.block-prieure-left,
.block-prieure-right {
    float: left;
    width: 50%;
}

.block-prieure-wysiwyg {
    float: left;
    width: 60%;
    padding: 0 4px;
}

.block-prieure-buttons {
    float: left;
    width: 40%;
    padding: 10px;
}

.block-prieure {
    background: #426877;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
}


.block-prieure-left{
    overflow: hidden;
}

.block-prieure p{
    color: #fff;
}

.block-prieure-right {
    color: white;
    padding: 35px 11px 14px 40px;
    height: 440px;
}

.block-prieure-button a {
    display: inline-block;
    min-width: 160px;
    padding: .9em 1.8em;
    margin: 0 0 1em 0;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    background: #FF6E5D;
    text-decoration: none;
}

.block-prieure-button a:hover,
.block-prieure-button a:focus,
.block-prieure-button a:active {
    color: #fff;
}

.block-prieure-button a:hover {
    background: rgb(241, 125, 112);
}

.block-prieure-button {
    margin-bottom: 30px;
}

.block-prieure-left {
    position: relative;
}

.block-prieure-left img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


.block-prieure-access {
    position: absolute;
    bottom: 26px;
    right: 26px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    background-image: url('../img/map.jpg');
    background-size: 90px 90px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
}

.block-prieure-access::after {
    font-family: 'stjean', sans-serif !important;
    font-size: 26px;
    width: 20px;
    height: 18px;
    margin-right: 5px;
    padding-left: 10px;
    content: '\e95e';
    color: #ef604e;
}

.block-prieure-access:hover,
.block-prieure-access:focus,
.block-prieure-access:active {
    color: #ef604e;
    text-decoration: none;
}

@media screen and (max-width:1920px) {
    .block-prieure-left,
    .block-prieure {
        height: 440px;
    }
}

@media screen and (max-width:1600px) {
    .block-prieure-left,
    .block-prieure {
        height: 340px;
    }
}

@media screen and (max-width:1024px) {
    .block-prieure-left,
    .block-prieure-right {
        float: none;
        width: 100%;
    }
    .block-prieure-left,
    .block-prieure {
        height: auto;
    }
    .block-prieure-left {
        max-height: 640px;
        overflow: hidden;
    }
}

#mCSB_1_dragger_vertical {
    height: 10% !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: white !important;
}

@media screen and (max-width:425px) {
    .block-prieure-buttons {
        float: none;
        margin: 0 auto;
    }

    .block-prieure-wysiwyg{
        width: auto;
    }

    .block-prieure-right.data-simplebar.mCustomScrollbar._mCS_1 {
        height: -webkit-max-content;
        height:    -moz-max-content;
        height:         max-content;
    }

    .block-prieure-right{
        padding:  35px 0 14px 0;
    }
}

.block-prieure-right {
    height: 100%;
    background: #426877;
}

@media screen and (min-width:1921px) {
    .block-prieure-right {
        height: 721px;
    }
}